home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / ACCOTING / GENESIS.LZH / DOCSTRIP.BAT next >
DOS Batch File  |  1988-09-06  |  551b  |  21 lines

  1. echo off
  2. cls
  3. echo 
  4. echo                              WARNING!
  5. echo 
  6. echo        THIS UTILITY WILL ERASE THE DOCUMENT FILES FROM YOUR DISK!
  7. echo 
  8. echo 
  9. echo        If this disk is not the backup disk, or you have not yet
  10. echo        printed the manual...STOP!  Press CTRL-BREAK and then
  11. echo        type "README" at the DOS prompt.
  12. echo 
  13. echo 
  14. echo        Press any key to erase the document files    
  15. echo                          or
  16. echo        Press CTRL-BREAK to terminate this batch job.
  17. echo 
  18. echo 
  19. pause
  20. erase *.v10
  21.